A container that allows you to capture metadata from an OData V4 response.
public class ODataV4PrimitiveResult<T> : ODataV4ResponseBase
[JsonPropertyName("value")] public T Value { get; set; }
T